home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
C
/
LIB
/
UNIXLIB37B
/
!UnixLib37
/
src
/
clib
/
sys
/
h
/
param
< prev
next >
Wrap
Text File
|
1996-11-09
|
797b
|
31 lines
/****************************************************************************
*
* $Source: /unixb/home/unixlib/source/unixlib37/src/clib/sys/h/RCS/param,v $
* $Date: 1996/10/30 21:58:59 $
* $Revision: 1.2 $
* $State: Rel $
* $Author: unixlib $
*
* $Log: param,v $
* Revision 1.2 1996/10/30 21:58:59 unixlib
* Massive changes made by Nick Burret and Peter Burwood.
*
* Revision 1.1 1996/04/19 21:23:56 simon
* Initial revision
*
***************************************************************************/
#ifndef __SYS_PARAM_H
#define __SYS_PARAM_H
#ifndef __LIMITS_H
#include <limits.h>
#endif
#define MAXPATHLEN _POSIX_PATH_MAX
#define MAXCOMMANDLEN _POSIX_ARG_MAX
/* DDE utils (if present) allows command of > 256 bytes - use max of 1K */
#define MAXHOSTNAMELEN 8
#endif